const regexp/syntax.flagI
6 uses
regexp/syntax (current package)
regexp.go#L106: flagI printFlags = 1 << iota // (?i:
regexp.go#L141: return flagI, 0
regexp.go#L143: return 0, flagI
regexp.go#L158: return 0, flagI
regexp.go#L233: if f&flagI != 0 {
regexp.go#L388: must |= (cant &^ flagI) << negShift
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |